@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 45px;
    height: 8px;
    border-radius: 2px;
    opacity: 0.8;
    background:#fff;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #00a0e9;
    opacity: 1;
    border:0;
}

/*标题*/
.title{
    text-align: center;
    font-size: 30px;
    color:#000000;
    font-weight: bold;
    margin-bottom: 40px;
}
.title p{
    width: 75%;
    margin:0 auto;
    font-size: 16px;
    color:#505050;
    font-weight: normal;
    line-height: 27px;
}
.title i{
    display: block;
    width: 80px;
    height: 3px;
    display: block;
    background: #008fde;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}


/*关于我们*/
.cont2-c-l .cont2-c-l-m{
    width: 50%;
    position: relative;
    float: left;
}
.cont2-c-l .cont2-c-l-m>img{
    width: 100%;
    box-sizing: border-box;
    padding-left: 21px;
    height: auto;
    opacity: 0;
}
.cont2-c-l.ac .cont2-c-l-m>img{
    opacity: 1;
}
.cont2-c-l.active .cont2-c-l-m>img{
    -webkit-animation: bounceIn2 0.8s ease-in-out;
    animation: bounceIn2 0.8s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.cont2-c-l .cont2-c-l-m i{
    display: block;
    width: 170px;
    height: 148px;
    position: absolute;
    left: -3px;
    bottom: -20px;
}
.cont2-c-l .cont2-c-l-m i img{
    width: 100%;
    height: 100%;
}
.cont2-c-l-t{
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding-left: 80px;
}
.cont2-c-l-t i{
    display: block;
    width: 70px;
    height: 1px;
    background-color: #00a0e9;
    position: absolute;
    left: 0;
    top: 50px;
}
.cont2-c-l-t h4{
    font-size: 26px;
    color: #00a0e9;
    font-weight: bold;
    margin-top: 29px
}
.cont2-c-l-t em{
    display: block;
    font-size: 20px;
    color: #00a0e9;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 30px
}
.cont2-c-l-t p{
    font-size: 17px;
    color: #676767;
    line-height: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.cont2-c-l-t a{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 135px;
    height: 45px;
    background: #3fb135;
    text-align: center;
    line-height: 45px;
    margin-top: 65px;
}


/*产品类别*/
.c-1{
    padding:60px 0 40px 0;
}
.c-1 .ipro-type dl{
    width: 590px;
    height: 400px;
    position: relative;
    float: left;
}
.c-1 .ipro-type dl dt{
    width: 100%;
    height: 100%;
}
.c-1 .ipro-type dl dt img{
    width: 100%;
    height: 100%;
}
.c-1 .ipro-type dl dd{
    width: 67%;
    margin:65px 0 0 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.c-1 .ipro-type dl dd h5{
    font-size: 30px;
    color:#ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-1 .ipro-type dl dd p{
    font-size: 16px;
    color:#fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin:30px 0 40px 0;
}
.c-1 .ipro-type dl dd a{
    display: block;
    width: 100px;
    height: 36px;
    background: #1890ff;
    color:#fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    transition: 0.4s;
}
.c-1 .ipro-type dl dd a:hover{
    background: #3fb135;
    transition: 0.4s;
}
.c-1 .ipro-type dl:first-child{
    margin-right: 20px;
}
.c-1 .ipro-type dl:nth-child(3){
    width: 1200px;
    margin-top: 20px;
    height: 300px;
}
.c-1 .ipro-type dl:nth-child(3) dd{
    width: 40%;
}
.c-1 .ipro-type dl:nth-child(3) dd p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:20px 0 20px 0;
}

/*数字滚动*/
.szgd{
    position: relative;
}
.cont3-wz-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cont3-wz-box div{
    position: relative;
    height: 100%;
}
.cont3-wz ul{
    width: 68%;
    height: 100%;
    margin-left: 3%;
}
.cont3-wz ul li{
    float: left;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: url(../images/bro.png) no-repeat right center;
}
.cont3-wz ul li:last-child{
    background-image: none;
}
.cont3-wz ul li span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    width: 100%;
}
.cont3-wz ul li span strong{
    font-size: 42px;
    font-weight: normal;
}
.cont3-wz ul li em{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    width: 100%;
}
.szgd img{
    width: 100%;
    height: auto;
    display: block;
}


/*合作案例*/
.c-3{
    height: auto;
    background: url(../images/wrf.jpg) no-repeat center center;
    padding-bottom:60px;
    padding-top: 50px;
}
.c-3 .title,.c-3 .title p{
    color:#fff;
}
.c-3 .title i{
    background: #fff;
}
.c-3 .icase-list dl{
    width: 285px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.c-3 .icase-list dl:nth-child(4n){
    margin-right: 0;
}
.c-3 .icase-list dl dt{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.c-3 .icase-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-3 .icase-list dl:hover dt img{
    width: 100%;
    height: 100%;
    transform: scale(1.04);
    transition: .4s;
}
.c-3 .icase-list dl dd{
    padding:7px 10px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s;
    transition: .4s;
}
.c-3 .icase-list dl:hover dd{
    background: #3fb135;
    color:#fff;
}

/*新闻中心*/
.c-4{
    padding:40px 0 60px 0;
    position: relative;
}
.c-4 .inews-list{
    margin-bottom: 50px;
}
.c-4 .inews-list .inew-l{
    width: 675px;
}
.c-4 .inews-list .top-title{
    width: 100%;
    height: 50px;
    background: #eeeeee;
    position: relative;
}
.c-4 .inews-list .top-title h5{
    display: block;
    width: 135px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00a0e9;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 50px;
}
.c-4 .inews-list .inew-l .bot-list dl{
    padding:20px 0 15px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.c-4 .inews-list .inew-l .bot-list dl dt{
    width: 135px;
    height: 75px;
    float: left;
    overflow: hidden;
}
.c-4 .inews-list .inew-l .bot-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-4 .inews-list .inew-l .bot-list dl:hover dt img{
    transform: scale(1.05);
    transition: .4s;
}
.c-4 .inews-list .inew-l .bot-list dl dd{
    width: 77%;
    float: right
}
.c-4 .inews-list .inew-l .bot-list dl dd h6{
    font-size: 19px;
    color:#333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:10px 0 15px 0;
}
.c-4 .inews-list .inew-l .bot-list dl dd p{
    font-size: 14px;
    color:#595959;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.c-4 .inews-list .inew-l .bot-list dl:hover dd h6,.c-4 .inews-list .inews-r .rbot-list dl:hover dt,.c-4 .inews-list .inews-r .rbot-top-list:hover a{
    color:#00a0e9;
    text-decoration: underline;
}


.c-4 .inews-list .inews-r{
    width: 445px;
}
.c-4 .inews-list .inews-r .rbot-top-list{
    margin-top: 28px;
}
.c-4 .inews-list .inews-r .rbot-top-list a{
    font-size: 16px;
    color:#333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.c-4 .inews-list .inews-r .rbot-top-list p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color:#707070;
    line-height: 24px;
    margin-top: 7px;
}
.c-4 .inews-list .inews-r .rbot-list dl{
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding:9px 0 10px 0;
    overflow: hidden;
}
.c-4 .inews-list .inews-r .rbot-list dl dt{
    font-size: 14px;
    color:#707070;
    background: url(../images/yyjn_25.png) no-repeat left center;
    padding-left: 20px;
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.c-4 .inews-list .inews-r .rbot-list dl dd{
    width: 20%;
    float: right;
    text-align: right;
    font-size: 14px;
    color:#707070;
}
.c-4 .bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    padding-top: 50px;
}
.c-4 .bg img{
    width: 100%;
    margin:0 auto;
}

.ny-content{
    padding:30px 0 60px 0;
}
.ny-content .type-list{
    width: 260px;
}
.ny-content .type-list .type-top h2,.ny-content .type-list .type-top h3{
    background: #00a0e9;
    padding:13px 0;
    font-size: 23px;
    color:#fff;
    text-align: center;
    margin-bottom: 2px;
}
.ny-content .type-list .type-top ul li{
    border-bottom: 1px solid #fff;
    padding:15px;
    background: #f4f4f4;
    font-size: 15px;
    
}
.ny-content .type-list .type-top ul li:hover{
    background:#00a0e9;
}
.ny-content .type-list .type-top ul li:hover a{
    color:#fff;
}
.ny-content .type-list .type-top ul li a{
    color:#6d6d6d;
}
.ny-content .type-list .type-top .t-contact{
    width: 100%;
    padding:15px;
    background: #f4f4f4;
    line-height: 29px;
    font-size: 15px;
    color:#6d6d6d;
}

.ny-content .type-r{
    width: 76%;
}
.ny-content .type-r .content-title{
    line-height: 40px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
}
.ny-content .type-r .content-title h5{
    font-size: 18px;
    background-image: url(../images/li_08.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    color: #00a0e9;
    float: left;
}
.ny-content .type-r .content-title span{
    display: block;
    float: right;
    font-size: 14px;
    color: #666666;
}
.ny-content .type-r .pro-list dl{
    width: 31.8%;
    float: left;
    border:1px solid #f2f2f2;
    margin-right: 20px;
    margin-top: 20px;
}
.ny-content .type-r .pro-list dl:nth-child(3n){
    margin-right: 0;
}
.ny-content .type-r .pro-list dl dt{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.ny-content .type-r .pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.ny-content .type-r .pro-list dl:hover dt img{
    transform: scale(1.04);
    transition: .4s;
}
.ny-content .type-r .pro-list dl dd{
    padding:20px 20px 10px;
}
.ny-content .type-r .pro-list dl dd h3{
    border-bottom:1px solid #e5e5e5;
    font-size: 16px;
    color:#333;
    padding-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny-content .type-r .pro-list dl dd h5{
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    position: relative;
}
.ny-content .type-r .pro-list dl dd h5 img{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}


/*新闻中心*/

.thumblist1 .item {
    border-bottom: 1px dotted #b0b0b0;
    padding: 30px 0;
    font-family: 'PingFang SC', "microsoft yahei", "Arial";
}
.thumblist1 .item:first-child {
    padding-top: 0;
}
.thumblist1 .item a {
    display: block;
}
.thumblist1 .item .img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.thumblist1 .item .img img {
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.thumblist1 .item .img:hover img {
    transform: scale(1.06, 1.06);
}
.thumblist1 .item .txt {
    width: 685px;
}
.thumblist1 .item .txt h3 {
    font-size: 19px;
    line-height: 30px;
    color:#333;
}
.thumblist1 .item .txt .desc {
    padding-top: 10px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 25px;
}
.thumblist1 .item .txt span {
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    padding-right: 26px;
}
.thumblist1 .item .txt span em {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-position: -196px -120px;
}
.thumblist1 .item .txt span .time {
    background-position: -174px -121px;
}
.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}
.thumblist1 .item:hover h3{
    color:#00a0e9;
}


/*关于我们*/
.about{
    font-size: 16px;
    line-height: 34px;
    color: #5a5a5a;
    text-align: justify;
}

/*详情页*/
.introduce{
    background: #fff;
    margin:15px 0 10px 0;
}
.introduce .intro-con{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.introduce .intro-con h2{
    font-size: 28px;
    color:#333;
    margin-bottom: 10px;
}
.introduce .intro-con span{
    font-size: 15px;
    padding:0 5px;

}
.introduce .intro-text{
    font-size: 16px;
    line-height: 34px;
    color:#5a5a5a;
    margin-top: 25px;
    text-align: justify;
}
.introduce .intro-text iframe{
    margin:0 auto;
}
.news-fh{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.news-fh ul li{
    
}
.news-fh ul li:last-child{
    border-top: 0;
    margin-top: 8px;
}
.news-fh ul li a:hover,.top_down li a:hover{
    color:#7dbd67;
    text-decoration: underline;
    cursor: pointer;
}
.introduce .intro-text img,.column .about-list .about-text img{
    max-width: 70%;
}
.introduce .intro-text table{
    width: 100% !important;
}
.introduce .intro-text table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.introduce .intro-text table tr td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:4px 10px;
}


/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #1850a3;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
